docs: Update references to GtkWindow:fullscreened
authorMatthias Clasen <mclasen@redhat.com>
Thu, 10 Dec 2020 14:10:21 +0000 (09:10 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Dec 2020 14:10:21 +0000 (09:10 -0500)
The property got renamed from fullscreen to fullscreened.
Update all references.

gtk/gtkwindow.c

index 1b6d994a3afea5d661c32b20745a4e76b1e68385..c516bcdfc1b46fbea470b48fd1c39da00796593b 100644 (file)
@@ -5254,7 +5254,7 @@ gtk_window_unmaximize (GtkWindow *window)
  * windows.
  *
  * You can track the result of this operation via the #GdkToplevel:state property,
- * or by listening to notifications of the #GtkWindow:fullscreen property.
+ * or by listening to notifications of the #GtkWindow:fullscreened property.
  */
 void
 gtk_window_fullscreen (GtkWindow *window)
@@ -5298,7 +5298,7 @@ unset_fullscreen_monitor (GtkWindow *window)
  * any given monitor.
  *
  * You can track the result of this operation via the #GdkToplevel:state
- * property, or by listening to notifications of the #GtkWindow:fullscreen
+ * property, or by listening to notifications of the #GtkWindow:fullscreened
  * property.
  */
 void
@@ -5338,7 +5338,7 @@ gtk_window_fullscreen_on_monitor (GtkWindow  *window,
  * write code that crashes if not.
  *
  * You can track the result of this operation via the #GdkToplevel:state property,
- * or by listening to notifications of the #GtkWindow:fullscreen property.
+ * or by listening to notifications of the #GtkWindow:fullscreened property.
  */
 void
 gtk_window_unfullscreen (GtkWindow *window)